From 28497075c79147e63482cd812155d04f4ec23c86 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Dec 2014 19:29:39 -0500 Subject: [PATCH] Raleigh: Fix css for active notebook tabs This was not kept up-to-date when we changed notebootk tab rendering. https://bugzilla.gnome.org/show_bug.cgi?id=741185 --- gtk/theme/Raleigh/gtk-default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Raleigh/gtk-default.css b/gtk/theme/Raleigh/gtk-default.css index 99341a39ca..7dad9428e9 100644 --- a/gtk/theme/Raleigh/gtk-default.css +++ b/gtk/theme/Raleigh/gtk-default.css @@ -282,7 +282,7 @@ GtkRadioButton:selected { padding: 0; } -.notebook .active-page { +.notebook tab:active { color: @selected_fg_color; background-color: darker (@bg_color); } -- 2.30.2